.flottant{
	width: 200px;
	height:100px;
	float:left;
	background-color:#0af;/*bleu*/
	
}
div{
	height:40px;
	background-color:#0fa;/*vert*/
	
}
p{
	background-color:#ee6;/*jaune*/
	
}